home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / background_2660.txt < prev    next >
Text File  |  1989-09-27  |  3KB  |  132 lines

  1. -- background: 2660 from stack: in
  2. -- bmap block id: 3084
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Contents Card TMPLT
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=3 top=14 right=37 bottom=277
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 14
  17. -- style flags: 8960
  18. -- line height: 18
  19. -- part name: Contents Main Head
  20.  
  21.  
  22. -- part 15 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=378 top=2 right=45 bottom=421
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Contents
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go card id 50224
  37. end mouseUp
  38.  
  39.  
  40. -- part 17 (button)
  41. -- low flags: 00
  42. -- high flags: 2000
  43. -- rect: left=330 top=2 right=45 bottom=373
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Find
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   DoMenu "Find..."
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 18 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=282 top=2 right=45 bottom=325
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Help on Help
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   go card id 4754
  74. end mouseUp
  75.  
  76.  
  77. -- part 21 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=426 top=3 right=22 bottom=447
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Previous
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   go previous card
  92. end mouseUp
  93.  
  94.  
  95.  
  96. -- part 22 (button)
  97. -- low flags: 00
  98. -- high flags: 2000
  99. -- rect: left=448 top=3 right=22 bottom=469
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: Retrace
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   go back
  111. end mouseUp
  112.  
  113.  
  114.  
  115. -- part 23 (button)
  116. -- low flags: 00
  117. -- high flags: 2000
  118. -- rect: left=426 top=26 right=45 bottom=469
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: Next
  127. ----- HyperTalk script -----
  128. on mouseUp
  129.   go next
  130. end mouseUp
  131.  
  132.